home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_nedit.idb / usr / freeware / doc / nedit-5.0.2 / README.sgi.z / README.sgi
Encoding:
Text File  |  1998-05-21  |  1.9 KB  |  35 lines

  1. !you may want to incorporate these into your .Xdefaults file:
  2. nc.autoStart:   True
  3. ! if you have impressario installed, the following two lines set up printing
  4. nedit*printCommand:     /usr/bin/imprint -G
  5. nedit*printNameOption: -b 
  6. !--------------------------------------------------------------------------
  7. ! The following two lines cause Nedit to use the current scheme colors
  8. ! for all widgets including buttons, menus, check-boxes, and WM things
  9. ! such as scroll bars.
  10. nedit*sgiMode:                                  true
  11. nedit*useSchemes:                               all
  12. nedit*scheme:   IndigoMagic
  13. ! The following lines cause Nedit to additionally use the current scheme
  14. ! for editable text background and foreground, both normal and selected.
  15. nedit*text.foreground:          SGI_DYNAMIC TextForeground
  16. nedit*text.background:          SGI_DYNAMIC TextBackground
  17. nedit*text.selectForeground:    SGI_DYNAMIC TextSelectedForeground
  18. nedit*text.selectBackground:    SGI_DYNAMIC TextSelectedBackground
  19. ! The following cause Nedit to display a flashing paren or bracket
  20. ! in text color on an orange background, the shade of orange being
  21. ! selected through the scheme in effect.  Could also use RedColor
  22. ! or DrawingAreaContrastColor1 here.
  23. nedit*text.highlightForeground: SGI_DYNAMIC TextForeground
  24. nedit*text.highlightBackground: SGI_DYNAMIC OrangeColor
  25. ! The following line sets the color of the text cursor.  Since it is
  26. ! only a hairline, the text foreground color is fine for this use.
  27. ! However, one could also use PurpleColor or hilightColor1.
  28. nedit*text.cursorForeground:    SGI_DYNAMIC TextForeground
  29. !--------------------------------------------------------------------------
  30. ! sgiMode also adds extra margin width to pushButtons, making NEdit's Replace
  31. ! dialog, with its closely packed buttons, look slightly strange; so if you're
  32. ! going to use NEdit in sgiMode, the following resource setting is also strongly
  33. ! suggested:
  34. nedit*replaceDialog*XmPushButton.marginWidth: 2
  35.